AddRange(Object[]) Method
Add some SubItems of specified collection to the end of the collection.
public void AddRange(
object[]
)
'Declaration
Public Overloads Sub AddRange( _
ByVal () As Object _
)
'Usage
Dim instance As SubItemCollection
Dim subItems() As Object
instance.AddRange(subItems)
Parameters
- subItems
- A object array added into the collection.